home *** CD-ROM | disk | FTP | other *** search
- debug = 0;
- if(0 < debug)
- {
- movx = 300;
- movy = 300;
- var texts = new String("This is|STARTEXT|text effect|");
- var urls = new String("http://www.site1.com|http://www.site2.com|http://www.site3.com|http://www.site4.com|");
- tcol = 16711680;
- ax = 20;
- ay = 20;
- fpoints = 6;
- flights = 4;
- lightcolor = 16711935;
- tpause = 300;
- target = "_blank";
- }
- else
- {
- var movx = parseInt("330",10);
- var movy = parseInt("330",10);
- var texts = "Impress your visitors|FlashingLightsMessage|Get this applet for FREE!|";
- var urls = "http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|";
- var tcol = parseInt("255",10);
- var ax = parseInt("20",10);
- var ay = parseInt("20",10);
- var fpoints = parseInt("6",10);
- var flights = parseInt("4",10);
- var lightcolor = parseInt("255",10);
- var tpause = parseInt("400",10);
- var target = "_blank";
- }
- ii = 0;
- myp = 0;
- var texts = texts.split("|");
- var urls = urls.split("|");
- maxitems = texts.length;
- moviearea._width = movx;
- moviearea._height = movy;
- moviearea._visible = true;
- tpause = int(tpause * 12 / 100);
- if(tpause % 2 == 1)
- {
- tpause++;
- }
- var today = new Date();
- set("lights.width",movx);
- set("lights.height",movy);
- set("lights.ax",ax);
- set("lights.ay",ay);
- set("lights.fpoints",fpoints);
- set("lights.flights",flights);
- set("lights.lightcolor",lightcolor);
- lights.gotoAndPlay(2);
-